.modal-politicas {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.24);
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999999;
    overflow-y: scroll;
}

    .modal-politicas.show {
        display: flex !important;
    }

.modal-politicas--layer {
    display: none;
    min-width: 50vw;
    max-width: 90vw;
    background: #fff;
    color: #333;
    padding: 20px;
    max-height: 90vh;
    position: relative;
    box-shadow: 0 0 12px -3px #7d7d7d;
    overflow-y: scroll;
}

.modal-politicas--close {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #333;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    cursor: pointer;
}

    .modal-politicas--close i {
        margin-left: 1px;
    }



.file_container {
    margin-top: 10px;
    margin-bottom: 0px;
}

.badge_file_upload {
    font-size: 80%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 3px 7px;
    background-color: #777;
    border-radius: 3px;
    color: #fff;
}

.file_container .list-group-item .progress {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 5px;
    margin: 0px;
    display: none;
}

.count_arquivos {
    font-size: 80%;
    font-weight: bold;
    padding: 0px 10px;
    margin-bottom: 10px;
    display: block;
}

.informacao_complementar {
    margin-right: 3px;
}

@media screen and (max-width: 767px) {
    .div_upload > .btn, .div_upload > div > .btn {
        width: 100%;
    }
}